home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ham Radio 2000 #2
/
Ham Radio 2000 - Volume 2.iso
/
HAMV2
/
ANTENNA
/
AZPRJ104
/
TV_CONF.PS
< prev
next >
Wrap
Text File
|
1996-11-23
|
2KB
|
52 lines
%--------------------------------------
%%Title: tv_conf.ps
%%CreationDate: 3 Aug 96
%
% (C) 1994,5,6 Joseph Mack NA3T and Michael Katzmann NV3Z/VK2BEA/G4NYV
%
%--------------------------------------
%
% Most of the AZ_PROJ customisable variables are in az_ini.ps.
% This is a relatively large file. If you routinely only vary a
% small number of variables, they can be separated into a smaller
% file which is read in after az_ini.ps, thus overwriting the
% standard values in az_ini.ps. Alternatively, if you routinely
% make several different maps, then a separate config file can be
% made for each map.
%
% Thus an HF config file could have a large scale map,
% lat/lon lines separated by 30 degrees, with rivers and
% state borders turned off.
%
% A VHF config file would have a scale suitable for the
% band, grid square and all geographic features turned on.
%
% A config file for a mountain top, will have a different QTH.
%
% a config file can be used with ghostscript
% C:>gs az_ini.ps config.ps -- az_proj.ps world.wdb dxcc.dat
%
% or by making a big.ps file
% C:>copy az_ini.ps+config.ps+az_proj.ps+world.wdb+dxcc.dat big.ps
%
%
%--------------------------------------
% tv_config.ps - configuration file for AZ_PROJ.PS
%
/Title (North American TV Stations - Ch2 55.25MHz) def
/lat_QTH 38.48 def /lon_QTH -90.02 def /QTH_name (K4SSO Arnold, MO, EM48tk) def
/center_offset off def
/map_scale_deg 200 def
/draw_compass_circumference off def %(on/off) draw compass circumference
/draw_compass_spokes off def %(on/off) draw compass spokes
/draw_us_states off def
/draw_letter_square_borders off def %(on/off)
/draw_letter_square_labels off def %(on/off)
/draw_alternate_lat_lon_spacing on def %on - use numbers below
/bands_plotted
[
55
] def
%--------------------------------------tv_conf.ps